Gets or sets the value at a particular time. Equivalent to using Set(Double, T, Boolean) and Get(Double, Boolean).

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public T this[
	double time
] { get; set; }

Parameters

time
Type: System..::..Double
The time at which to get or set the value.

Return Value

The value at the specified time.

See Also